-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added clickhouse state store #3598
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Mehmet TOSUN <[email protected]>
3c60d3d
to
798489e
Compare
Hello @yaron2 |
This is a good PR and a great addition to Dapr! I see no issues merging it, however we are currently in the end game time of the 1.15 release and have P0 priorities for this release - so this component will make it into 1.16 |
Thank you for the positive feedback and for considering this PR as a valuable addition to Dapr @yaron2. I understand the current focus on P0 priorities for the 1.15 release. I'm glad to hear that this component will be included in the 1.16 release. If there are any further adjustments or preparations needed to ensure smooth integration in the next release cycle, please let me know. |
Description
This PR adds a new state store component for ClickHouse, a column-oriented database management system. The ClickHouse state store component provides the following features:
Key implementation details:
Implementation Details
The component includes:
State store implementation (
clickhouse.go
)Tests (
clickhouse_test.go
)Configuration options:
Checklist
Testing Done
Tests were run against ClickHouse v23.8 using the official Go driver.
Additional Notes